home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000323_news@columbia.edu _Mon Dec 16 14:24:06 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id OAA02906 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 16 Dec 1996 14:24:06 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id OAA21983 for kermit.misc@watsun; Mon, 16 Dec 1996 14:24:03 -0500 (EST)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Path: news.columbia.edu!panix!news.mathworks.com!news.bbnplanet.com!cam-news-hub1.bbnplanet.com!uunet!in1.uu.net!uucp4.uu.net!world!news
  6. From: rwe <rwe@world.std.com>
  7. Subject: Re: Uploading Microcom firmware into Deskporte modem?
  8. Sender: news@world.std.com (Mr Usenet Himself)
  9. Message-ID: <32B5C865.17A@world.std.com>
  10. Date: Mon, 16 Dec 1996 22:08:37 GMT
  11. Content-Transfer-Encoding: 7bit
  12. Content-Type: text/plain; charset=us-ascii
  13. References: <58siro$skk$1@apakabar.cc.columbia.edu>
  14. Nntp-Posting-Host: world.std.com
  15. Mime-Version: 1.0
  16. X-Mailer: Mozilla 3.0 (Win16; I)
  17. Organization: It's A Great Day to be Alive!
  18. Lines: 38
  19.  
  20. Frank da Cruz wrote:
  21. >     I would think it would be similar to transferring a file to a serial
  22. >     port, like a serial printer or to an LPT printer port.
  23. > There is a chapter in "Using C-Kermit" about it.  If the modem doesn't
  24. > support Kermit, though, you might be better off trying another protocol;
  25. > some of them support XMODEM.  But then you have the problem of finding a
  26. > version of XMODEM that lets you transfer files on an assigned serial device
  27. > rather than /dev/tty.
  28. > - Frank
  29.  
  30. Thank you for the input, but i did fail to mention a couple of steps in
  31. the process. For example, If I were to use something like ProCom or
  32. Crosstalk (under DOS or Windows), the process becomes:
  33. - Log onto the port. Issue RTS/CTS command to the modem.
  34. - Issue a special AT command (at^h) to the modem (at which point the
  35. modem    'waits' for the ascii file transfer to begin. Not ulike
  36. programming a     EEROM.
  37. - "Select" or "Click" on FILE TRANSFER, ASCII Upload. 
  38.     At which point the protocol is strictly ascii transfer because it is 
  39. reprogramming the eeram (nvram).
  40.  
  41. In attempting to emulate this process using MS-Kermit V3.14, after
  42. setting up the mscustom.ini file, then issuing the CONNECT command, then
  43. AT^H (that special command) ... 
  44.  
  45. Or is TRANSMIT just available in C-Kermit?
  46.  
  47. Hopefully, this will be clearer. I also did not locate this in MS-Kermit
  48. V3.00? by  C. Gianone from Digital Press (ca. 1991)
  49.  
  50. Thanks,
  51.  
  52. Bob
  53.